home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CUCD / Programming / AMOSList / AMOSLIST / text0156.txt < prev    next >
Encoding:
Text File  |  1998-04-01  |  638 b   |  20 lines

  1.      
  2.      Each block name is stored in an array, NAME$().  So when sorting, I 
  3.      use SORT(NAME$(0)) and this only sorts the array.  I need to sort the 
  4.      blocks associated with NAME$() in the same order.  
  5.      
  6.      I will have some source code tomorrow.
  7.  
  8.  
  9. ______________________________ Reply Separator _________________________________
  10. Subject: Re: Sorting problem
  11. Author:  Nathan Reynolds <nsl@clara.co.uk> at Internet
  12. Date:    16/03/98 13:03
  13.  
  14.  
  15. I'm not exactly sure how you're sorting.  Are you using a reference 
  16. list?  Or messing about with the internal structure of the bank?
  17.      
  18. Send some source code to me or the list.
  19.  
  20.